Don't use two different parameter names.
* @bar: A #GtkHeaderBar
* @child: the #GtkWidget to be added to @bar
*
- * Adds @child to @box, packed with reference to the
- * start of the @box.
+ * Adds @child to @bar, packed with reference to the
+ * start of the @bar.
*
* Since: 3.10
*/
* @bar: A #GtkHeaderBar
* @child: the #GtkWidget to be added to @bar
*
- * Adds @child to @box, packed with reference to the
- * end of the @box.
+ * Adds @child to @bar, packed with reference to the
+ * end of the @bar.
*
* Since: 3.10
*/